General frame properties |
||
Property |
Description |
HTML tags |
Source File |
The document appears in the frame. |
src="filename.html" |
Identifier name |
Name that identifies the frame. |
NAME="Frame Name " |
Scroll |
|
Automatic is the default SCROLLING="Yes|No" |
Margins |
Indicates the size in pixels of the current frame margins. |
MARGINWIDTH=number |
No resize |
When this box is checked, the user cannot resize the frame. |
The default allows resizing NORESIZE (no resizing) |
Additional frame properties |
||
Property |
Description |
HTML tags |
Border color |
Indicate the color of the frame border (only displayed by Netscape). |
BORDERCOLOR="#hexadecimal code " |
Frame size in pixels |
Indicates the fixed width and/or height of the frame in pixels. |
COLS="nb pixels|%, nb pixels|%" |
Frame border |
Indicates whether the frame has a border. |
FRAMEBORDER="Yes|No" |
Properties of the set of frames |
||
Property |
Description |
HTML tags |
Space between frames |
Specify the space in pixels between frames.
|
FRAMESPACING=number (Netscape) |
Border color |
Indicate the color of the border (Netscape only). |
BORDERCOLOR="#hexadecimal code " |
Frame border |
Specify if the frame contain a border or not. |
FRAMEBORDER="Yes|No" |
Properties of a single frame |
||
Property |
Description |
HTML tags |
Alignment |
indicates the alignment of a single frame. |
ALIGN="top|bottom|left|right|middle" |
Vertical space |
vertical spacing between frames and surrounding text. |
VSPACE=number |
Horizontal space |
horizontal spacing between frames and surrounding text. |
HSPACE=number |